home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / DefineSprite_69 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  166 b   |  11 lines

  1. pillx = _X;
  2. pilly = _Y;
  3. if(pillx == eval("..:dotx") and pilly == eval("..:doty"))
  4. {
  5.    tellTarget("..")
  6.    {
  7.       score += "50";
  8.    }
  9.    gotoAndStop(3);
  10. }
  11.